home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / inc / menu.hpp < prev    next >
C/C++ Source or Header  |  1997-05-20  |  168b  |  9 lines

  1. #ifndef GRUE_MENU_HPP
  2. #define GRUE_MENU_HPP
  3. #include "fonts.hpp"
  4.  
  5. int menu(void *args, JCFont *font);             // reurns -1 on esc
  6. void main_menu();
  7.  
  8. #endif
  9.